home *** CD-ROM | disk | FTP | other *** search
- object SchedPrefs: TSchedPrefs
- Left = 257
- Top = 199
- BorderStyle = bsDialog
- Caption = 'Preferences'
- ClientHeight = 130
- ClientWidth = 419
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 5
- Width = 309
- Height = 13
- Caption = 'When two scheduled projects require same connection resources'
- end
- object Label3: TLabel
- Left = 142
- Top = 30
- Width = 156
- Height = 13
- Caption = 'minutes for the first project to end'
- end
- object OKBtn: TButton
- Left = 339
- Top = 71
- Width = 76
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 339
- Top = 101
- Width = 76
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object WaitRadioButton: TRadioButton
- Left = 19
- Top = 30
- Width = 76
- Height = 13
- Caption = 'Wait up to'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object NewInstanceRadioButton: TRadioButton
- Left = 19
- Top = 52
- Width = 374
- Height = 13
- Caption =
- 'Launch a new instance of Hnet Info Download for the second proje' +
- 'ct'
- TabOrder = 3
- end
- object WaitTimeEdit: TEdit
- Left = 102
- Top = 26
- Width = 28
- Height = 21
- TabOrder = 4
- Text = '2'
- end
- end
-